projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c14da
)
Fix ChangeLog, add missing :version.
author
Glenn Morris
<rgm@gnu.org>
Mon, 17 Sep 2012 00:48:04 +0000
(17:48 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 17 Sep 2012 00:48:04 +0000
(17:48 -0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 8134363f184c032f4ef26552d91798546626c235..0fae89f1e01679a2935077f660fb53947204af07 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,7
+1,7
@@
2012-09-16 Leo Liu <sdl.web@gmail.com>
IDO: Disable match re-ordering for buffer switching.
- * ido.el (ido-
confirm-unique-completion
): New variable.
+ * ido.el (ido-
buffer-disable-smart-matches
): New variable.
(ido-set-matches-1): Use it. (Bug#2042)
2012-09-12 Jose Marino <marinoj@nso.edu> (tiny change)
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 512ac9d4a188feeb2618d20670e79aef283bedad..a2712db804d0d5fafaf6eb20206248477e95db4b 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-501,6
+501,7
@@
By default, ido aranges matches in the following order:
full-matches > suffix matches > prefix matches > remaining matches
which can get in the way for buffer switching."
+ :version "24.3"
:type 'boolean
:group 'ido)